www.gusucode.com > PHP版金融投资类企业PHP源码程序 > PHP版金融投资类企业/公司网站系统源码 v1.0/IVEARS_v1.0/IVEARS_v1.0/Lib/Action/Ucenter/IndexAction.class.php

    <?php

class IndexAction extends Action{
    
    
    public function _initialize() {
      //  echo "<pre>";print_r("这是会员中心");exit;
    }
	public function index(){
		die('asdf');	
	}
	public function test(){
		$this->display();
	}
}